home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / Mise à jour / Speech Recognition 1.5a1 / READ ME FIRST! next >
Text File  |  1995-12-08  |  4KB  |  40 lines

  1.  
  2. 12/8/95 -- Note to developers regarding Apple╒s Speech Recognition Toolbox:
  3.  
  4. We are pleased to seed you with version 1.5a1 of the Apple's new Speech Recognition Manager. This is alpha software and documentation -- not ready for wide distribution or release in products yet.  When finished, version 1.5 of the Speech Recognition extension will embody the first officially supported developer release of the Speech Recognition Manager.  
  5.  
  6. The draft documentation included with this note, "Speech Recog Draft 11/21/95.pdf" in the "SR 1.5a1 Documentation" folder, is an Adobe Acrobat file. The documentation describes version 1.5 of the Speech Recognition extension and the API and toolbox it embodies. (Version 1.5 contains many features that were not available in version 1.4.1 or earlier versions of the extension.)
  7.  
  8. Input from early adopters of Apple's speech recognition technology has greatly improved the Speech Recognition Manager API. If you find bugs in the extension or documentation, please let us know:
  9.     AppleLink:  PLAINTALK
  10.     Internet:    PLAINTALK@applelink.apple.com
  11.  
  12. Among the new features in version 1.5 of the Speech Recognition Manager:
  13.  
  14. Ñ Routines for saving and loading language models to and from handles or files.
  15.  
  16. Ñ Better control over whether your application uses the feedback window and the listening method preferences (like the push-to-talk feature that enables users to leave the recognizer on all the time without worrying about misfires) set by users with the Speech control panel. (The Speech control panel is part of the English Speech Recognition package in PlainTalk 1.4.1, which can be found on Apple's sites on the net. The location is given below.)
  17.  
  18. Ñ SRIdle () call that can be used by applications that do a lot of processing without calling WaitNextEvent regularly. Most applications do not need to call SRIdle (), but applications like fast-action games that rarely call WaitNextEvent and do a lot of processing (and that use the Speech Recognition manager) should call SRIdle () often so the recognizer gets a chance to process sound and send results.
  19.  
  20. Ñ Ability to have the recognizer recognize from a 16bit/22.050kHz AIFF sound file -- useful during development, to create reproducible test cases.
  21.  
  22. See the documentation mentioned above for more details on these and other features.
  23.  
  24. The Speech Recognition extension runs on Power Macintosh computers with 16-bit sound in running System 7.5 or later. (Version 1.5a1 of the Speech Recognition extension even runs on the new PowerBook 5300s!) You will need a PlainTalk microphone or microphone of similar quality. The older omnidirectional microphones that were once provided with Macintosh computers will not work. 
  25.  
  26. To use version 1.5a1 of the Speech Recognition extension, you might want to first install version 1.4.1 of English Text-to-Speech (to enable speech synthesis using the new SRSpeak... routines) and English Speech Recognition (to get the Speech control panel), which are two of the components of PlainTalk 1.4.1. You can find PlainTalk 1.4.1 on Apple's Internet, eWorld, CompuServe, and AppleLink tech-support sites, in areas related to U.S. Macintosh System Software updates.  For example, on the Internet, look at ftp site:
  27.  
  28.     ftp.info.apple.com
  29.  
  30. on the following directory path:
  31.  
  32.     [Apple Support Area] [ Apple Software Updates] [ US] [ Macintosh] [System]
  33.  
  34. Then you just need to drag version 1.5a1 of the Speech Recognition extension to your extensions folder -- replacing version 1.4 of the extension -- and reboot.
  35.  
  36. The sample code provided with this note is a good place to look first for simple examples of how you can use the Speech Recognition Manager. The "Tiny SR Example" is a particularly simple, and complete, example.
  37.  
  38. Thanks!
  39. - Apple Speech Team
  40.